.w_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding-left: 250px;

}

.w_head ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.w_head ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.w_head ul li h1 {
    font-size: 16px;
    line-height: 16px;
    color: #3d3d3d;
    border-right: solid 2px rgba(45, 58, 126, 0.2);
    padding: 0 40px;
}

.w_head ul li:last-child h1 {
    border: none;
}

.w_head ul .active {
    border-bottom: 2px solid #2b2d5c;
}

.w_head ul .active h1 {
    font-weight: 600;
    color: #2b2d5c;

}

.w_language {
    display: flex;
}

.w_language h1 {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    margin: 0 12px;
}

.w_language .active {
    color: #2b2d5c;
}

.w_language div {
    width: 0;
    height: 16px;
    border: solid 1px #2b2d5c;
}

.w_search {
    width: 80px;
    height: 90px;
    background-color: #2b2d5c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w_head ul li:hover .w_cpzx {
    display: block;
}

.w_cpzx {
    display: none;
    position: absolute;
    /* top: 90px; */
    left: 15%;
    z-index: 9999;
    top: 50px;
    padding-top: 40px;

}

.w_head ul li:hover .w_cpzx {
    display: block;
}

.w_cpzx1 {
    /* width: 200px; */
    width: 250px;
    min-height: 270px;
    background-color: #ffffff;
}

/* .w_cpzx1 h2 {
    width: 200px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #222222;
    padding-left: 25px;
} */
.w_cpzx1 h2 {
    width: 250px;
    height: 75px;

    font-size: 16px;
    line-height: 75px;
    color: #222222;
    padding-left: 25px;
}

.w_cpzx1 h2:hover {
    background-color: #e8e8e8;
}

.w_cpzx1 h2:hover .w_cpzx3 {
    display: block;
}



/* .w_cpzx1 .w_cpzx3 {
    display: none;
    width: 280px;
    min-height: 270px;
    background-color: #e8e8e8;
    position: absolute;
    top: 0px;
    left: 200px;
    top: 40px;
} */

.w_cpzx1 .w_cpzx3 {
    display: none;
    /* width: 200px; */
    width: 280px;
    min-height: 270px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    /* left: 200px; */
    left: 250px;
    top: 4px;
    padding-top: 36px;
}

.w_cpzx1:hover h2:first-child .w_cpzx3{
    display: none;
}

.w_cpzx1 .w_cpzx2 h2:first-child .w_cpzx3 {
    display: block;
}


.w_cpzx1 .w_cpzx3 h6 {
    /* width: 200px; */
    width: 280px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding-left: 25px;
    color: #222222;
    overflow: hidden;
}

.w_cpzx1 .w_cpzx3 h6:hover {
    background-color: #e8e8e8;
}

.w_cpzx1 .w_cpzx3 h6:hover .w_cpzx4 {
    display: flex;
}

.w_cpzx1 .w_cpzx3 h6:first-child .w_cpzx4 {
    display: flex;
}

/* .w_cpzx1 .w_cpzx3 .w_cpzx4 {
    width: 800px;
    height: 270px;
    position: absolute;
    top: 0px;
    left: 280px;
    background-color: #f7f7f7;
    padding: 25px 0 0 85px;
    display: none;
} */
.w_cpzx1 .w_cpzx3 .w_cpzx4 {
    width: 800px;
    height: 270px;
    position: absolute;
    top: 36px;
    /* left: 200px; */
    left: 280px;
    background-color: #f7f7f7;
    background-color: #fff;
    padding: 18px 0 0 85px;
    display: none;
}


.w_cpzx1 .w_cpzx3 .w_cpzx4 h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #222222;
}

.w_cpzx1 .w_cpzx3 .w_cpzx4 img {
    margin: 0px 0 0 70px;
}

.w_cpzx1 .w_cpzx3 .w_cpzx4 .w_cpzx5 {
    display: flex;
    margin-top: 24px;
}

.w_cpzx1 .w_cpzx3 .w_cpzx4 .w_cpzx5 h4 {
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    font-weight: 600;
    padding-left: 5px;
    border-left: 2px solid #df252a;
}

.w_cpzx1 .w_cpzx3 .w_cpzx4 .w_cpzx5 h5 {
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    margin-left: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.w_cpzx6 {
    width: 160px;
    height: 40px;
    background-color: #2b2d5c;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
}






.search_box {
    width: 100%;
    height: 80px;
    background-color: #eaeaea;
    z-index: 3688;
    padding: 20px 20%;
    display: none
}

.search_box form {
    width: 100%;
    display: flex;
    align-items: center
}

.search_box input[type="text"] {
    outline: none;
    width: 80%;
    height: 40px;
    background-color: #fff;
    display: block;
    padding: 0 20px
}

.search_box input[type="submit"] {
    outline: none;
    width: 20%;
    height: 40px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    background-color: #2b2d5c;
    color: #fff
}

@media (max-width:1599px) {
    .w_head {
        width: 100%;
        padding-left: 0px;
    }

    .w_cpzx {
        position: absolute;
        /* top: 90px; */
        top: 50px;
        left: 12%;
    }
}

@media (max-width:1365px) {
    .w_head ul li h1 {
        padding: 0px 20px;
    }

    .w_cpzx {
        position: absolute;
        top: 90px;
        top: 50px;
        left: 20px;
    }

    .w_cpzx1 .w_cpzx3 .w_cpzx4 {
        width: 750px;
    }
}

@media (max-width:1199px) {
    .w_head ul li h1 {
        padding: 0px 15px;
    }

    .w_cpzx {
        display: none;
    }

}

.phoneheader {
    display: none
}

@media (max-width:990px) {
    .w_head {
        display: none;
    }

    .phoneheader {
        display: block
    }

    .phoneheader .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        z-index: 10;
        width: 100%
    }

    .phoneheader .sp_logo {
        padding: 10px;
        float: left;
        height: 50px
    }

    .phoneheader .sp_logo img {
        margin: auto;
        max-height: 30px
    }

    .phoneheader .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px
    }

    .phoneheader .sp_nav span {
        display: block;
        background: #3d3071;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

    .phoneheader .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .phoneheader .sp_nav span:nth-of-type(2) {
        top: 10px
    }

    .phoneheader .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .phoneheader .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }

    .phoneheader .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .phoneheader .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }

    .phoneheader .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #eee;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s
    }

    .phoneheader .nav_show {
        top: 50px
    }

    .phoneheader .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .phoneheader .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }

    .phoneheader .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .phoneheader .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }

    .phoneheader .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px
    }

    .phoneheader .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

    .phoneheader .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .phoneheader .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    .phoneheader .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }

    .phoneheader .sjj_nav ul li ul {
        display: none
    }

    .phoneheader .sjj_nav ul li a {
        color: #666;
        width: 80%
    }

    .phoneheader .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }

    .phoneheader .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }

    .phoneheader .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #3d3071
    }

    .phoneheader .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    .w1220 {
        width: 750px
    }

    .header {
        display: none
    }

    .q_head {
        display: none;
    }
}

@media (max-width:767px) {}


.w_foot {
    width: 100%;
    /*height: 342px;*/
    background-image: url("../images/w/foot.png");
    background-size: 100% 100%;
}

.w_foot1 {
    width: 1400px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.w_foot1 ul {
    display: flex;
    width: 1100px;
    justify-content: space-between;
}

.w_foot1 ul li h1 {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 45px;
}

.w_foot1 ul li span {
    padding-bottom: 15px;
    border-bottom: 2px solid #ffffff;
}

.w_foot1 ul li h2 {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 16px;
}

.w_foot2 img {
    width: 130px;
    height: 130px;
}

.w_foot2 h3 {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    opacity: 0.6;
    margin-top: 20px;
    text-align: center;
}

.w_foot3 {
    border-top: 2px solid rgba(255, 255, 255, 0.15);
}

.w_foot4 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w_foot4 h3 {
    font-size: 12px;
    color: #ffffff;
    line-height: 27px;
    opacity: 0.4;
}

@media (max-width:1477px) {
    .w_foot1 {
        width: 1320px;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .w_foot4 {
        width: 1320px;
    }

    .w_foot1 ul {
        width: 1000px;
    }
}

@media (max-width:1365px) {
    .w_foot1 {
        width: 1160px;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .w_foot4 {
        width: 1160px;
    }

    .w_foot1 ul {
        width: 900px;
    }
}

@media (max-width:1199px) {
    .w_foot1 {
        width: 970px;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .w_foot4 {
        width: 970px;
    }

    .w_foot1 ul {
        width: 800px;
    }

    /*.w_foot {*/
    /*    height: 290px;*/
    /*}*/
}

@media (max-width:990px) {
    .w_foot1 {
        width: 96%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .w_foot4 {
        width: 96%;
        flex-direction: column;
    }

    .w_foot1 ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .w_foot1 ul li {
        width: 30%;
    }

    /*.w_foot1 ul li h2 {*/
    /*    display: none;*/
    /*}*/
}

@media (max-width:767px) {
    .w_foot1 ul li {
        width: 40%;
    }
}





.w_banner {
    width: 100%;
}

.w_banner img {
    width: 100%;
}

.w_product1 {
    width: 1400px;
    margin: 90px auto 0;
}

.w_title h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 6px;
    color: #2d3a7e;
    opacity: 0.05;
}

.w_title h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: 600;
    border-left: 2px solid #df252a;
    padding-left: 7px;
    margin-top: -40px;
}

.w_title p {
    font-size: 14px;
    line-height: 50px;
    color: #999999;
}

.w_product1 ul {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    margin-bottom: 200px;
    flex-wrap: wrap;
}

.w_product1 ul li {
    width: 330px;
    height: 451px;
}

.w_product1 ul li:nth-child(1) {
    background-color: #2b2d5c;
}

.w_product1 ul li:nth-child(2) {
    background-color: #dd1f26;
}

.w_product1 ul li:nth-child(3) {
    background-color: #c62e26;
}

.w_product1 ul li:nth-child(4) {
    background-color: #316297;
}

.w_product1 ul li .w_a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.w_product1 ul li .w_b {
    height: 150px;
}

.w_product1 ul li .w_c {
    height: 51px;
    margin-bottom: 30px;
}

.w_product1 ul li .w_product_img2 {
    display: block;
    margin: -5px auto 35px;
}

.w_product1 ul li p {
    width: 267px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 30px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.w_product1 ul li h1 {
    width: 160px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 50px;
    color: #2b2d5c;
    text-align: center;
}

.w_product1 ul li h1:hover {
    font-weight: 700;
}

.w_product1 ul li .w_product_img1 {
    display: block;
    margin: 35px auto 0;
}

@media (max-width:1477px) {
    .w_product1 {
        width: 1320px;
        margin: 60px auto 0;
    }

    .w_product1 ul li {
        width: 320px;
        height: 451px;
    }
}

@media (max-width:1365px) {
    .w_product1 {
        width: 1160px;
        margin: 40px auto 0;
    }

    .w_product1 ul li {
        width: 24%;
        height: 451px;
    }

    .w_product1 ul li .w_product_img1 {
        display: block;
        margin: 35px auto 0;
        max-width: 100%;
    }
}

@media (max-width:1199px) {
    .w_product1 {
        width: 960px;
        margin: 40px auto 0;
    }

    .w_product1 ul li {
        width: 330px;
        height: 451px;
        margin-bottom: 100px;
    }
}

@media (max-width:990px) {
    .w_product1 {
        width: 96%;
        margin: 20px auto 0;
    }

}

@media (max-width:767px) {
    .w_product1 ul {
        justify-content: center;
    }

    .w_product1 ul {
        margin-bottom: 50px;
    }
}




.w_down0 {
    width: 100%;
    background-color: #f6f6f6;
}

.w_down {
    width: 1400px;
    margin: 0 auto;
    padding-top: 90px;
}

.w_down1 h1 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #333333;
    margin: 30px 0 20px;
}

.w_down1 ul {
    display: flex;
    border-bottom: 2px solid #d8d8d8;
    flex-wrap: wrap;
}

.w_down1 ul li {
    width: 20%;
    margin-bottom: 50px;
}

.w_down1 ul li .w_file {
    width: 208px;
    height: 199px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.w_down1 ul li .w_radio {
    width: 208px;
    height: 199px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.w_down1 ul li .w_radio img {
    max-width: 90%;
}

.w_down1 ul li:hover .w_gray {
    display: flex;
    justify-content: center;
    align-items: center;
}

.w_gray {
    display: none;
    width: 208px;
    height: 199px;
    background-color: rgba(43, 45, 92, 0.6);
    margin-top: -199px;
    position: relative;
    z-index: 9999;

}

.w_radio1 {
    width: 208px;
    height: 199px;
    background-color: rgba(43, 45, 92, 0.6);
    margin-top: -199px;
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w_down1 ul li h2 {
    width: 208px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #333333;
    margin-top: 18px;
    text-align: center;

}

.w_down2 ul {
    border: none;
}

@media (max-width:1477px) {
    .w_down {
        width: 1320px;
        padding-top: 60px;
    }
}

@media (max-width:1365px) {
    .w_down {
        width: 1150px;
        padding-top: 40px;
    }
}

@media (max-width:1199px) {
    .w_down {
        width: 970px;
        padding-top: 20px;
    }

    .w_down1 ul li {
        width: 25%;
        margin-bottom: 30px;
    }
}

@media (max-width:990px) {
    .w_down {
        width: 96%;
    }

    .w_down1 ul li {
        width: 33.33%;
    }
}

@media (max-width:767px) {
    .w_down1 ul li {
        width: 50%;
    }

    /* .w_down1 ul li div{
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
    .w_title h1 {
        font-size: 40px;
    }

    .w_down1 ul li .w_file {
        width: 150px;
        height: 160px;
    }

    .w_down1 ul li .w_radio {
        width: 150px;
        height: 160px;
    }

    .w_gray {
        display: none;
        width: 150px;
        height: 160px;
        margin-top: -160px;
    }

    .w_radio1 {
        width: 150px;
        height: 160px;
        margin-top: -160px;
    }

    .w_down1 ul li h2 {
        width: 100%;
        font-size: 13px;
        line-height: 13px;
    }

    .w_down1 ul li {
        margin-bottom: 20px;
    }
}